|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopencard.opt.iso.fs.CardFilePathComponent
opencard.opt.iso.fs.CardFileAppID
CardFileAppID contains a single CardFilePath component, an application ID.
| Field Summary |
| Fields inherited from class opencard.opt.iso.fs.CardFilePathComponent |
comp |
| Constructor Summary | |
CardFileAppID(java.lang.String comp)
Instantiate an application ID path component. |
|
| Method Summary | |
boolean |
equals(java.lang.Object comp)
Compare two application ID components. |
int |
hashCode()
Return a hashcode for this application ID |
byte[] |
toByteArray()
Return a byte array representing this application ID. |
| Methods inherited from class opencard.opt.iso.fs.CardFilePathComponent |
createComponent, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CardFileAppID(java.lang.String comp)
comp - The String containing the path component.| Method Detail |
public byte[] toByteArray()
CardIOException - Thrown when we cannot extract the bytes from the
component using the ISO 8859-1 encoding.public boolean equals(java.lang.Object comp)
equals in class CardFilePathComponentcomp - An object of type CardFileAppID.
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||